home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -in_the_mag- / basics / amos / maxsamosdoors.lha / freedownload.amos / freedownload.amosSourceCode
AMOS Source Code  |  1999-01-01  |  203b  |  13 lines

  1. NODE=Val(Right$(Command Line$,1))
  2.  
  3. CAR= Extension_16_0006(NODE)
  4.  
  5. Set Input 10,-1
  6.  
  7. CL$=Command Line$
  8. If Len(CL$)>2 Then CL$=Left$(CL$,Len(CL$)-2)
  9.  
  10. A= Extension_16_0152(24,100,CL$)
  11.  
  12.  Extension_16_0018 
  13. End